home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #12 / Software USA Volume 4.12.iso / mac / Educational / Gameshow / SUPFILES / PassFile.dcr / 00041_Set password fields.ls < prev    next >
Encoding:
Text File  |  1997-09-03  |  135 b   |  9 lines

  1. on keyDown
  2.   if (the key = RETURN) or (the key = ENTER) then
  3.     comparePasswords()
  4.     dontPassEvent()
  5.   else
  6.     pass()
  7.   end if
  8. end
  9.